home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-20 | 366 b | 19 lines |
- CFLAGS = nostackcheck structureequivalence ignore=73
-
- all: Get_Systime Multiple_Timers Simple_Timer Timer_Arithmetic
-
- Get_Systime: Get_Systime.c
- sc link $(CFLAGS) $@
-
- Multiple_Timers: Multiple_Timers.c
- sc link $(CFLAGS) $@
-
- Simple_Timer: Simple_Timer.c
- sc link $(CFLAGS) $@
-
- Timer_Arithmetic: Timer_Arithmetic.c
- sc link $(CFLAGS) $@
-
- clean:
- -delete \#?.(o|lnk)
-